home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dbcexe / test.mdb / Names.json
JavaScript Object Notation  |  1999-03-30  |  383b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "IsNew": "Boolean NOT NULL",
  5.         "lname": "Text (50)",
  6.         "fname": "Text (50)",
  7.         "address": "Text (50)",
  8.         "city": "Text (50)",
  9.         "state": "Text (50)"
  10.     },
  11.     "data": [
  12.         {
  13.             "ID": 3,
  14.             "IsNew": 0,
  15.             "lname": "Smith",
  16.             "fname": "John",
  17.             "address": "111 Any Way",
  18.             "city": "Anywhere",
  19.             "state": "BVI"
  20.         },
  21.         {
  22.             "ID": 5,
  23.             "IsNew": 0,
  24.             "lname": "Zott",
  25.             "fname": "Floyd",
  26.             "address": "213 Blah Ave",
  27.             "city": "North Blah",
  28.             "state": "BI"
  29.         }
  30.     ]
  31. }